projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
fed55a3
6fed63d
)
* fileio.c (Fverify_visited_file_modtime): Avoid time overflow
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:17:13 +0000
(11:17 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:17:13 +0000
(11:17 -0700)
if b->modtime has its maximal value.
1
2
src/ChangeLog
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/ChangeLog
index 8406878e9b7482236889a05e1a905bcf1fa737da,c7a306aebf5dd7574ae2fd58cfef9d45be05320f..c6a37db521537098fdfb213c49cc559b9c8176c7
---
1
/
src/ChangeLog
---
2
/
src/ChangeLog
+++ b/
src/ChangeLog
@@@
-1,5
-1,8
+1,8
@@@
-2011-06-0
2
Paul Eggert <eggert@cs.ucla.edu>
+2011-06-0
3
Paul Eggert <eggert@cs.ucla.edu>
+ * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
+ if b->modtime has its maximal value.
+
* dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
* lisp.h: Include <intprops.h>, as it'll useful in later changes.